Autogenerated HTML docs for v2.23.0-715-g108b9 
diff --git a/git-fast-export.html b/git-fast-export.html index 1606136..ac4b04a 100644 --- a/git-fast-export.html +++ b/git-fast-export.html 
@@ -850,10 +850,24 @@  &lt;file&gt;. The input file must exist, must be readable, and   must use the same format as produced by --export-marks.   </p>  -<div class="paragraph"><p>Any commits that have already been marked will not be exported again.  -If the backend uses a similar --import-marks file, this allows for  -incremental bidirectional exporting of the repository by keeping the  -marks the same across runs.</p></div>  +</dd>  +<dt class="hdlist1">  +--mark-tags  +</dt>  +<dd>  +<p>  + In addition to labelling blobs and commits with mark ids, also  + label tags. This is useful in conjunction with  + <code>--export-marks</code> and <code>--import-marks</code>, and is also useful (and  + necessary) for exporting of nested tags. It does not hurt  + other cases and would be the default, but many fast-import  + frontends are not prepared to accept tags with mark  + identifiers.  +</p>  +<div class="paragraph"><p>Any commits (or tags) that have already been marked will not be  +exported again. If the backend uses a similar --import-marks file,  +this allows for incremental bidirectional exporting of the repository  +by keeping the marks the same across runs.</p></div>   </dd>   <dt class="hdlist1">   --fake-missing-tagger  @@ -1075,7 +1089,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2019-09-30 14:04:22 JST  + 2019-10-15 14:20:15 JST   </div>   </div>   </body>